home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
dev
/
c
/
appsource.lha
/
APlusPlus
/
SASC++
/
APPLibrary
/
amiproc
/
smakefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1994-01-14
|
228 b
|
15 lines
OBJS= test.o amiproc.o
all: simple test
simple: simple.o amiproc.o
sc link to simple simple.o amiproc.o
test: test.o amiproc.o
sc link to test test.o amiproc.o
test.o: test.c amiproc.h
amiproc.o: amiproc.c amiproc.h